Keysight Pathwave 89600 VSA .NET API
SetAllocatedRBGroupIndexes(Int32[],Int32[]) Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Coreset Class > SetAllocatedRBGroupIndexes Method : SetAllocatedRBGroupIndexes(Int32[],Int32[]) Method


startIndexes
Array of zero-based RB group indexes for each contiguous set of RB groups allocated to this coreset.
counts
Array of the number of RB groups for each contiguous set of RB groups allocated to this coreset.

Glossary Item Box

Sets non-contiguous sets of RB groups to be allocated for this coreset.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SetAllocatedRBGroupIndexes( _
   ByVal startIndexes() As Integer, _
   ByVal counts() As Integer _
) 
C# 
public abstract void SetAllocatedRBGroupIndexes( 
   int[] startIndexes,
   int[] counts
)
C++/CLI 
public:
abstract void SetAllocatedRBGroupIndexes( 
   array<int>^ startIndexes,
   array<int>^ counts
) 

Parameters

startIndexes
Array of zero-based RB group indexes for each contiguous set of RB groups allocated to this coreset.
counts
Array of the number of RB groups for each contiguous set of RB groups allocated to this coreset.

Remarks

This method allows entry of complex and non-contiguous RB group allocations. For simpler single contiguous allocations, use SetAllocatedRBGroupIndexes(Int32,Int32) Inspect the results of GetAllocatedRBGroupIndexes to see the current set of RB group indexes allocated to this coreset.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also